projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccee7ef
)
Clarify the arguments to g_file_query_info_async()
author
Federico Mena Quintero
<federico@novell.com>
Wed, 2 Sep 2009 18:54:52 +0000
(13:54 -0500)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 15 Oct 2009 20:06:15 +0000
(22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystemmodel.c
b/gtk/gtkfilesystemmodel.c
index 919be4c513ce10f7af7dce6082b3500f7739ee65..509a36168ec5ea6115239ff2c1f34423d3601b21 100644
(file)
--- a/
gtk/gtkfilesystemmodel.c
+++ b/
gtk/gtkfilesystemmodel.c
@@
-1035,7
+1035,7
@@
gtk_file_system_model_monitor_change (GFileMonitor * monitor,
/* We can treat all of these the same way */
g_file_query_info_async (file,
model->attributes,
-
0
,
+
G_FILE_QUERY_INFO_NONE
,
IO_PRIORITY,
model->cancellable,
gtk_file_system_model_query_done,
@@
-1858,7
+1858,7
@@
_gtk_file_system_model_add_and_query_file (GtkFileSystemModel *model,
g_file_query_info_async (file,
attributes,
-
0
,
+
G_FILE_QUERY_INFO_NONE
,
IO_PRIORITY,
model->cancellable,
gtk_file_system_model_query_done,